home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Freeware / Utilitare / algebrus / algebrus_setup.exe / {app} / Algebrus.exe / 0 / RCDATA / TOKBOTTOMDLG / TOKBOTTOMDLG.txt
Text File  |  2004-11-15  |  724b  |  42 lines

  1. object OKBottomDlg: TOKBottomDlg
  2.   Left = 245
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Dialog'
  6.   ClientHeight = 214
  7.   ClientWidth = 313
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Bevel1: TBevel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 297
  18.     Height = 161
  19.     Shape = bsFrame
  20.   end
  21.   object OKBtn: TButton
  22.     Left = 79
  23.     Top = 180
  24.     Width = 75
  25.     Height = 25
  26.     Caption = 'OK'
  27.     Default = True
  28.     ModalResult = 1
  29.     TabOrder = 0
  30.   end
  31.   object CancelBtn: TButton
  32.     Left = 159
  33.     Top = 180
  34.     Width = 75
  35.     Height = 25
  36.     Cancel = True
  37.     Caption = 'Cancel'
  38.     ModalResult = 2
  39.     TabOrder = 1
  40.   end
  41. end
  42.